From: RĂ¼diger Sonderfeld Date: Tue, 18 Nov 2014 17:01:55 +0000 (+0100) Subject: lisp/ChangeLog: Fix bug#11386. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~453 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cb4f666ade76181223c197fe38fc600ea4d7ab01;p=emacs.git lisp/ChangeLog: Fix bug#11386. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b1456a3dee..adf82739b2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2731,7 +2731,8 @@ (c-typeless-decl-kwds): Append "auto" onto the C++ value. (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value. - Make ">>" act as double template ender in C++ Mode. + Make ">>" act as double template ender in C++ Mode. Fix + bug#11386. * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split off from c->-op-cont-re. (c->-op-cont-tokens): Change to use the above.